home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / basic / drfont.exe / DRFONT.BI < prev    next >
Encoding:
Text File  |  1993-04-22  |  274 b   |  9 lines

  1.  
  2.    CONST ComputerFont% = 1, CouriorFont% = 2, HelveticaFont% = 3
  3.    CONST LetterFont% = 4, OldEnglishFont% = 5, OutLineFont% = 6
  4.    CONST TimesRomanFont% = 7, ScriptFont% = 8, SuperScriptFont% = 9
  5.    CONST StanderdFont% = 10
  6.  
  7.    DECLARE SUB DRLoadFont (FontType%)
  8.  
  9.